Crate ic_cdk_timers

source ·
Expand description

The library implements multiple and periodic timers on the Internet Computer.

Example

ic_cdk_timers::set_timer(Duration::from_secs(1), || ic_cdk::println!("Hello from the future!"));

Structs

Functions